home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / System / Dragonsmith 1.1.1 / Base files / Utilities / ProcessUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-09-13  |  113 b   |  10 lines  |  [TEXT/KAHL]

  1. /*
  2.     ProcessUtils.h
  3. */
  4.  
  5. #pragma    once
  6.  
  7. #include    <Processes.h>
  8.  
  9. OSErr StartAppInForeground (Boolean *inForeground);
  10.